bindings: Add gtk_binding_entry_add_signal_variant()
authorBenjamin Otte <otte@redhat.com>
Tue, 31 Jul 2018 19:32:34 +0000 (21:32 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 Mar 2020 03:00:49 +0000 (23:00 -0400)
commit3b3a5c2d5343f73d8587677125b42aed60d99572
tree8ec720673f413cda2a8562145dc1fa86540f224d
parent385c5e0569ac05b39b40ab175178ea6315346b4f
bindings: Add gtk_binding_entry_add_signal_variant()

This function is the replacement for
gtk_binding_entry_add_signall().

The GVariant will be demarshalled and passed to the action signal upon
binding activation. The same rules apply as used to apply for
GtkBindingArg, in that long, double and string args are now replaced by
"x", "d" and "s" variant types.
docs/reference/gtk/gtk4-sections.txt
gtk/gtkbindings.c
gtk/gtkbindings.h